home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
cat.swf
/
scripts
/
frame_5
/
PlaceObject2_479_230
/
CLIPACTIONRECORD onClipEvent(keyDown).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-01
|
483 b
|
28 lines
onClipEvent(keyDown){
if(Key.isDown(Key.ENTER))
{
if(_root.menu == false)
{
_root.menu = true;
}
else
{
_root.menu = false;
}
}
if(_root.menu == true)
{
this._visible = true;
_root.pause = true;
_root.cbz._x = -4;
_root.yc = false;
}
else
{
_root.pause = false;
this._visible = false;
_root.cbz._x = -613;
_root.yc = true;
}
}